home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / doc / services / get-sumrn.doc < prev    next >
Encoding:
Text File  |  1993-05-08  |  1.7 KB  |  63 lines

  1. NAME
  2.  
  3. get
  4.  
  5. SYNOPSIS
  6.  
  7. get <pattern>...
  8.  
  9. DESCRIPTION
  10.  
  11.   get retrieves files from a publicly readable archive.
  12.  
  13.   Each <pattern> specifies a set of desired files by name.  The
  14. character "/" is the path name component separator.  The wild card
  15. characters "*" and "?" match any string of characters and any one
  16. character except "/", respectively.
  17.  
  18.   All matching archive files are bundled into a multi-part MIME format
  19. message for return delivery.  If any problems occur, the first part of
  20. the return message will contain appropriate information.
  21.  
  22. OPTIONS
  23.  
  24.   It is preferred that ALL <pattern>s be specified in the "Subject:"
  25. line of a letter.  However, one may choose to put ALL of them in the
  26. text body (content) of the message.
  27.  
  28.   get attempts to set the type/subtype fields
  29. appropriately.  It currently knows about:
  30.  
  31.     C source        text/x-c
  32.     {La}TeX dvi        image/x-dvi
  33.     AutoCAD dxf        text/x-dxf
  34.     Express source    text/x-express
  35.     Fortran source    text/x-fortran
  36.     GIF images        image/gif
  37.     JPEG images        image/jpeg
  38.     FrameMaker source    text/x-frame
  39.     Postscript        application/postscript
  40.     Shell source    application/x-sh
  41.     Compressed tar    application/octet-stream; type=tar;
  42.                 conversions=compress
  43.     Tar archive        application/octet-stream; type=tar
  44.     {La}TeX source    text/x-latex
  45.     Tcl source        text/x-tcl
  46.  
  47. WARNING: Any type information with "x-" in it is likely to change.
  48. These are non-standard and the authors' knowledge of MIME is still
  49. incomplete.
  50.  
  51. NOTES
  52.  
  53.   get guesses the file types primarily by filename
  54. extensions.  On UNIX, this can be easily fooled.
  55.  
  56. MANUAL HISTORY
  57.  
  58. $Id: get.man,v 1.2 1993/02/10 21:46:30 sumrn Exp $
  59.  
  60. $Log: get.man,v $
  61. Revision 1.2  1993/02/10  21:46:30  sumrn
  62. Updated prose and added type information for metamail users.
  63.